Re: [INTERFACES] Using Postgres's NOTIFY/LISTEN

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема Re: [INTERFACES] Using Postgres's NOTIFY/LISTEN
Дата
Msg-id l03110709b29036c9babd@[147.233.159.109]
обсуждение исходный текст
Ответ на Re: [INTERFACES] Using Postgres's NOTIFY/LISTEN  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-interfaces
At 20:49 +0200 on 2/12/98, Peter T Mount wrote:


>
> The 1.1 AWT uses a listener model for it's events. I was thinking of
> creating an Interface that defines a method that is called when a notify
> occurs. Then, the client can create a class that implements this
> Interface, and simply calls an addListener() method in the driver. Then,
> any notify's received will cause the listener to be called.

Hmm, wouldn't using the AWT cause the driver to attempt to initialize the X
windows or something? I know some servlet implementations (Netscape's, for
one) do not support any AWT calls, assuming that when you work through the
web, you don't have an X server, which is true.

Can't it be done with threads, Object.notify() etc.?

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Francesco Fortugno
Дата:
Сообщение: Examples of connecting thru tcp/ip using perl?
Следующее
От: Eric Lee Green
Дата:
Сообщение: Re: [INTERFACES] crypt not included when compiling libpgtcl !!!!!!!